GridTemplateAdornerConstants

 

Example

The following is an example of how to reference the GridTemplateAdornerConstants object:

	// The full path is required.
	dundas.controls.GridTemplateAdornerConstants.activeZIndex
	

  Name Value Description
  gridSizeChangedEventName "gridSizeChangedEvent"  
  cellSelectedEventName "cellSelectedEvent"  
  cellLockedChangedEventName "cellLockedChangedEvent"  
  resizerVisibleChangedEventName "resizerVisibleChangedEvent"  
  templateGridDesignSurfaceClassName "templategrid-designsurface"  
  templateGridContainerClassName "templategrid-container"  
  templateGridContainerResponsiveClassName "templategrid-container--responsive"  
  templateGridCellClassName "templategrid-cell"  
  templateGridReponsiveCellClassName 'templategrid-responsivecell'  
  templateGridCellGroupClassName "templatecell-group"  
  templateGridCellClassNameUnscaled 'templategrid-cell-unscaled'  
  templateGridCellContainerClassName "templategrid-cell-container"  
  templateGridCellSelectedClassName 'templategrid-selected'  
  templateGridCellVerticalFlexerClassName 'templategrid-verticalflexer'  
  templateGridCellHorizontalFlexerClassName 'templategrid-horizontalflexer'  
  templateGridCellResponsiveFlexerClassName 'templategrid-responsiveflexer'  
  templateGridCellSelectingClassName 'templategrid-selecting'  
  templateCellHintClassName dundas.controls.SelectionAdornerConstants.selectionHintClassName  
  templateCellBorderHintClassName dundas.controls.SelectionAdornerConstants.highlightOverlayBorderedClassName  
  templateGridResizeModeOverlayClassName 'templategrid-resize-overlay'  
  rowResizerClassName "rowResizer"  
  colResizerClassName "colResizer"  
  templateGridResizingClassName "templategrid-resizing"  
  templateCellResizedEventName "templateCellResized"  
  resizeTargetDataName "resizeTarget"  
  loadingIndicatorClassName 'loading-indicator'  
  gridIdDataName 'gridId'  
  activeZIndex 654998  
  minColumnWidth 20  
  minRowHeight 20  
  modifyColumnWidthException "modifyColumnWidthException"  
  modifyRowHeightException "modifyRowHeightException"